home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / Demo Software / RagTime Demo / Printer / NEC__470.PPD < prev    next >
Text File  |  1989-04-14  |  11KB  |  343 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "SilentWriter" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 47
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010828 or 011170
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(SilentWriter)"
  19. *PSVersion: "(47.0) 0"
  20. *NickName: "NEC LC-890 v47.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "1217184"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95. *Transfer Normalized: "{
  96.  mark
  97.   1.0 1.0 .98 .9 .82 .68 .56 .48 .28 .1 .06 .0
  98.   counttomark dup 3 add -1 roll exch
  99.   2 sub mul dup floor cvi
  100.   dup 3 1 roll sub
  101.   exch dup 
  102.   3 add index exch 2 add index dup
  103.   4 1 roll
  104.   sub mul add
  105.   counttomark 1 add 1 roll 
  106.   cleartomark
  107.  } bind
  108. "
  109. *End
  110. *Transfer Normalized.Inverse: "{
  111.  mark
  112.   .0 .0 .06 .1 .28 .48 .56 .68 .82 .9 .98 1.0
  113.   counttomark dup 3 add -1 roll exch
  114.   2 sub mul dup floor cvi
  115.   dup 3 1 roll sub
  116.   exch dup 
  117.   3 add index exch 2 add index dup
  118.   4 1 roll
  119.   sub mul add
  120.   counttomark 1 add 1 roll 
  121.   cleartomark
  122. } bind
  123. "
  124. *End
  125.  
  126. *% Paper Handling ===================
  127.  
  128. *% Use these entries to set paper size most of the time, unless there is
  129. *% specific reason to use PageRegion or PaperTray.
  130. *DefaultPageSize: Letter
  131. *PageSize Letter: "statusdict begin lettertray end"
  132. *PageSize Legal: "statusdict begin legaltray end"
  133. *PageSize A4: "statusdict begin a4tray end"
  134. *PageSize B5: "statusdict begin b5tray end"
  135.  
  136. *% These entries will set up the frame buffer. Usually used with manual feed.
  137. *DefaultPageRegion: Letter
  138. *PageRegion Letter: "letter"
  139. *PageRegion Legal: "legal"
  140. *PageRegion A4: "a4"
  141. *PageRegion B5: "b5"
  142.  
  143. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  144. *% These errors should be trapped by software and a message displayed
  145. *DefaultPaperTray: None
  146. *PaperTray Letter: "statusdict begin lettertray end"
  147. *PaperTray Legal: "statusdict begin legaltray end"
  148. *PaperTray A4: "statusdict begin a4tray end"
  149. *PaperTray B5: "statusdict begin b5tray end"
  150.  
  151. *% The following entries provide information about specific paper keywords.
  152. *DefaultImageableArea: Letter
  153. *ImageableArea Letter: "24 16 599 776 "
  154. *ImageableArea Legal: "18 19 593 990 "
  155. *ImageableArea A4: "10 8 585 813 "
  156. *ImageableArea B5: "18 7 482 702 "
  157. *?ImageableArea: "
  158.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  159.   newpath clippath pathbbox
  160.   4 -2 roll exch 2 {ceiling cvp} repeat
  161.   exch 2 {floor cvp} repeat flush
  162.  restore
  163. "
  164. *End
  165.  
  166. *% These provide the physical dimensions of the paper (by keyword)
  167. *DefaultPaperDimension: Letter
  168. *PaperDimension Letter: "612 792"
  169. *PaperDimension Legal: "612 1008"
  170. *PaperDimension A4: "595 842"
  171. *PaperDimension B5: "516 729"
  172.  
  173. *DefaultOutputBin: Upper
  174. *DefaultInputSlot: Lower
  175. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  176. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  177. *?InputSlot: "
  178.  save statusdict begin
  179.   5 dict begin
  180.    /1 (Lower) def
  181.    /2 (Upper) def
  182.    papertray 
  183.      {( ) cvs cvn load exec} stopped not{= flush}if
  184.   end
  185.  end restore
  186. "
  187. *End
  188.  
  189. *DefaultManualFeed: False
  190. *?ManualFeed: "statusdict /manualfeed get
  191.  {(True)}{(False)}ifelse = flush"
  192. *End
  193. *ManualFeed True: "statusdict begin /manualfeed true store end"
  194. *ManualFeed False: "statusdict begin /manualfeed false store end"
  195.  
  196. *DefaultOutputOrder: Normal
  197.  
  198. *DefaultCollator: None
  199. *DefaultSorter: None
  200. *DefaultDuplex: None
  201.  
  202. *% Font Information =====================
  203.  
  204. *DefaultFont: Courier
  205. *Font AvantGarde-Book: Standard "(001.001)"
  206. *Font AvantGarde-BookOblique: Standard "(001.001)"
  207. *Font AvantGarde-Demi: Standard "(001.001)"
  208. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  209. *Font Bookman-Demi: Standard "(001.001)"
  210. *Font Bookman-DemiItalic: Standard "(001.001)"
  211. *Font Bookman-Light: Standard "(001.001)"
  212. *Font Bookman-LightItalic: Standard "(001.001)"
  213. *Font Courier: Standard "(001.001)"
  214. *Font Courier-Bold: Standard "(001.001)"
  215. *Font Courier-BoldOblique: Standard "(001.001)"
  216. *Font Courier-Oblique: Standard "(001.001)"
  217. *Font Helvetica: Standard "(001.001)"
  218. *Font Helvetica-Bold: Standard "(001.001)"
  219. *Font Helvetica-BoldOblique: Standard "(001.001)"
  220. *Font Helvetica-Narrow: Standard "(001.001)"
  221. *Font Helvetica-Narrow-Bold: Standard "(001.001)"
  222. *Font Helvetica-Narrow-BoldOblique: Standard "(001.001)"
  223. *Font Helvetica-Narrow-Oblique: Standard "(001.001)"
  224. *Font Helvetica-Oblique: Standard "(001.001)"
  225. *Font NewCenturySchlbk-Bold: Standard "(001.001)"
  226. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  227. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  228. *Font NewCenturySchlbk-Roman: Standard "(001.001)"
  229. *Font Palatino-Bold: Standard "(001.001)"
  230. *Font Palatino-BoldItalic: Standard "(001.001)"
  231. *Font Palatino-Italic: Standard "(001.001)"
  232. *Font Palatino-Roman: Standard "(001.001)"
  233. *Font Symbol: Special "(001.001)"
  234. *Font Times-Bold: Standard "(001.001)"
  235. *Font Times-BoldItalic: Standard "(001.001)"
  236. *Font Times-Italic: Standard "(001.001)"
  237. *Font Times-Roman: Standard "(001.001)"
  238. *Font ZapfChancery-MediumItalic: Standard "(001.001)"
  239. *Font ZapfDingbats: Special "(001.001)"
  240. *?FontQuery: "
  241. save  2 dict begin /sv exch def
  242. /str 128 string def
  243. {
  244.   count 0 gt {
  245.     dup str cvs (/) print print (:) print    
  246.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  247.   }{ exit } ifelse
  248. } bind loop
  249. (*) = flush
  250. sv end restore
  251. "
  252. *End
  253.  
  254. *?FontList: "
  255. FontDirectory { pop == } bind forall flush 
  256. (*) = flush
  257. "
  258. *End
  259.  
  260. *% Printer Messages (verbatim from printer):
  261. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  262. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  263. *Message: "\FontName\ not found, using Courier"
  264.  
  265. *% Status (format: %%[ status: <one of these> ]%% )
  266. *Status: "idle"
  267. *Status: "busy"
  268. *Status: "waiting"
  269. *Status: "printing"
  270. *Status: "warming up"
  271. *Status: "PrinterError: timeout, clearing printer"
  272. *Status: "PrinterError: pc life"
  273. *Status: "PrinterError: cover open"
  274. *Status: "PrinterError: problem with LED array"
  275. *Status: "PrinterError: problem with fuser temp"
  276. *Status: "PrinterError: out of toner"
  277. *Status: "PrinterError: out of paper"
  278. *Status: "PrinterError: no cartridge"
  279. *Status: "PrinterError: wrong paper size"
  280. *Status: "PrinterError: warming up"
  281. *Status: "PrinterError: paper jam"
  282.  
  283. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  284. *Source: "serial9"
  285. *Source: "serial25"
  286. *Source: "AppleTalk"
  287. *Source: "Centronics"
  288.  
  289. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  290. *PrinterError: "timeout, clearing printer"
  291. *PrinterError: "pc life"
  292. *PrinterError: "cover open"
  293. *PrinterError: "problem with LED array"
  294. *PrinterError: "problem with fuser temp"
  295. *PrinterError: "out of toner"
  296. *PrinterError: "out of paper"
  297. *PrinterError: "no cartridge"
  298. *PrinterError: "wrong paper size"
  299. *PrinterError: "warming up"
  300. *PrinterError: "paper jam"
  301.  
  302. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  303.  
  304. *% Color Separation Information =====================
  305.  
  306. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  307.  
  308. *InkName: ProcessBlack/Process Black
  309. *InkName: CustomColor/Custom Color
  310. *InkName: ProcessCyan/Process Cyan
  311. *InkName: ProcessMagenta/Process Magenta
  312. *InkName: ProcessYellow/Process Yellow
  313.  
  314. *% For 60 lpi / 300 dpi =====================================================
  315.  
  316. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  317. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  318. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  319. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  320. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  321.  
  322. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327.  
  328. *% For 53 lpi / 300 dpi =====================================================
  329.  
  330. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  331. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  332. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  333. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  334. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  335.  
  336. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  337. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  338. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  339. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  340. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  341.  
  342. *% end of PPD file for SilentWriter
  343.